home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(hitTest(_root.egg))
- {
- _root.eggrice.gotoAndPlay(5);
- _root.machine.gotoAndPlay(1);
- _root.sound1.gotoAndPlay(2);
- setProperty("_root.egg", _X, "162");
- setProperty("_root.egg", _Y, "312");
- setProperty("_root.rice", _X, "47");
- setProperty("_root.rice", _Y, "390");
- }
- if(hitTest(_root.shrimp))
- {
- _root.shrimprice.gotoAndPlay(5);
- _root.machine.gotoAndPlay(1);
- setProperty("_root.shrimp", _X, "225");
- setProperty("_root.shrimp", _Y, "302");
- setProperty("_root.rice", _X, "47");
- setProperty("_root.rice", _Y, "390");
- }
- if(hitTest(_root.salmon))
- {
- _root.salrice.gotoAndPlay(5);
- _root.machine.gotoAndPlay(1);
- setProperty("_root.salmon", _X, "275");
- setProperty("_root.salmon", _Y, "314");
- setProperty("_root.rice", _X, "47");
- setProperty("_root.rice", _Y, "390");
- }
- if(hitTest(_root.tuna))
- {
- _root.tunarice.gotoAndPlay(5);
- _root.machine.gotoAndPlay(1);
- setProperty("_root.tuna", _X, "339");
- setProperty("_root.tuna", _Y, "314");
- setProperty("_root.rice", _X, "47");
- setProperty("_root.rice", _Y, "389");
- }
- if(hitTest(_root.squid))
- {
- _root.squidrice.gotoAndPlay(5);
- _root.machine.gotoAndPlay(1);
- setProperty("_root.squid", _X, "393");
- setProperty("_root.squid", _Y, "312");
- setProperty("_root.rice", _X, "47");
- setProperty("_root.rice", _Y, "389");
- }
- if(hitTest(_root.clam))
- {
- _root.clamrice.gotoAndPlay(5);
- _root.machine.gotoAndPlay(1);
- setProperty("_root.clam", _X, "451");
- setProperty("_root.clam", _Y, "311");
- setProperty("_root.rice", _X, "47");
- setProperty("_root.rice", _Y, "389");
- }
- }
-